home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TSELECTFILEDLG / TSELECTFILEDLG.txt
Text File  |  1997-05-14  |  1KB  |  83 lines

  1. object SelectFileDlg: TSelectFileDlg
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = FileName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select File'
  7.   ClientHeight = 179
  8.   ClientWidth = 329
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 225
  20.     Height = 161
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 61
  28.     Height = 13
  29.     Caption = 'File Name:'
  30.   end
  31.   object OKBtn: TBitBtn
  32.     Left = 244
  33.     Top = 8
  34.     Width = 77
  35.     Height = 27
  36.     TabOrder = 0
  37.     Kind = bkOK
  38.     Margin = 2
  39.     Spacing = -1
  40.     IsControl = True
  41.   end
  42.   object CancelBtn: TBitBtn
  43.     Left = 244
  44.     Top = 40
  45.     Width = 77
  46.     Height = 27
  47.     TabOrder = 1
  48.     Kind = bkCancel
  49.     Margin = 2
  50.     Spacing = -1
  51.     IsControl = True
  52.   end
  53.   object FileName: TEdit
  54.     Left = 16
  55.     Top = 32
  56.     Width = 201
  57.     Height = 20
  58.     TabOrder = 2
  59.     Text = '*.*'
  60.   end
  61.   object FileListBox1: TFileListBox
  62.     Left = 16
  63.     Top = 72
  64.     Width = 201
  65.     Height = 89
  66.     FileEdit = FileName
  67.     ItemHeight = 13
  68.     TabOrder = 3
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 244
  72.     Top = 72
  73.     Width = 77
  74.     Height = 27
  75.     TabOrder = 4
  76.     OnClick = BitBtn1Click
  77.     Kind = bkHelp
  78.     Margin = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82. end
  83.